vcLocalizationService

Provides application localization services.

See in: Overview

Module: vcCore

Parent: -

Children -

Referenced by: vcApplication.LocalizationService

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
getLocalizedStringStringString localizationKeyGets the localized value for a given key in a resource file based on the current application language.
See more
Parameters:
localizationKey (String): Resource file key.

Returns:
String: Localized value or given string if no key was wound.